PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFInkAnnotation Class / setInkWidth Method
The width of the lines drawn in the annotation.
In This Topic
    setInkWidth Method
    In This Topic
    Sets the ink width.
    Syntax
    public void setInkWidth( 
       double inkWidth
    )

    Parameters

    inkWidth
    The width of the lines drawn in the annotation.
    Exceptions
    ExceptionDescription
    When inkWidth is set to a negative value.
    See Also